{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "

Bryn Mawr College
\n", "CS 110: Introduction to Computing
\n", "Fall 2015

\n", "\n", "

Professor Douglas Blank

\n", "\n", "* General Information\n", "* Syllabus and Schedule\n", "* Text and Software\n", "* Course Policies\n", "* Reference Links" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# General Information\n", "\n", " Item | Description\n", "--|--\n", "**Instructor** | Douglas Blank\n", "**Office hours** | Tuesday 9:00am - 10:00am, and by appointment\n", "**E-Mail** | dblank@cs.brynmawr.edu \n", "**Website** | http://cs.brynmawr.edu/cs110\n", "**Lecture** | Tuesdays/Thursdays 2:25pm - 3:45pm\n", "**Room** | Park 338\n", "**Phone** | (610) 526-6501\n", "**Open Lab** | Thursday 9:00am - 11:00am Park Room 231 (Computer Science Lab)\n", "**TA Hours**| ***TA sessions are in Park Science, room 231***\n", "|Sunday, 2-⁠4pm: Tu\n", "|Monday, 6-⁠8pm: Jordan and Katherine\n", "|Monday, 8-⁠10pm: Jordan\n", "|Tuesday, 6-⁠10pm: Hanna\n", "|Wednesday, 6-⁠8pm: Katherine\n", "|Wednesday, 8-⁠10pm: Lizzie\n", "|Thursday, 6-⁠10pm: Ziting\n", "|Friday, 11am-⁠1pm: Lizzie\n", "|Saturday, 4-⁠6pm: Tu\n", "**Grades** | http://moodle.brynmawr.edu/\n", "**Jupyter, login**| https://athena.brynmawr.edu/jupyter/" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Syllabus and Schedule\n", "\n", "**Course Description**: An introduction to the nature, subject matter and branches of computer science as an academic discipline, and the nature, development, coding, testing, documenting and analysis of the efficiency and limitations of algorithms. Also includes the social context of computing (risks, liabilities, intellectual property and infringement).\n", "\n", "This semester, we will be exploring the creative aspects of coding as a context for learning the above concepts. You will exercise your creativity by designing programs in a language called, __Processing__. Processing is a new language/environment built upon the programming language Java. Processing was created by artists, designers, and computer scientists to explore ideas of creative coding sing computer algorithms. We will also cover a variety of other topics, from bioinformatics to robotics. We will cover much of the entire text during this semester. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Schedule\n", "\n", "Week | Date | Topic | Activity | Assignment \n", "---- | ---- | ----- | ---------- | ----- \n", "1 | [Sep 1](Notes/Sep1.ipynb) | Introduction | Read Chapter 1, [Video 1: Getting Started](https://www.youtube.com/watch?v=-qr3R20iBmc) | [Assignment1](Assignments/Assignment1.ipynb) \n", " | [Sep 3](Notes/Sep3.ipynb) | Drawing Sketches | Read Chapter 2 | \n", "2 | Sep 8 | [Parameterized Drawing](Notes/Parameterized%20Drawing.ipynb) | Discuss Chapter 2 | [Assignment2](Assignments/Assignment2.ipynb)\n", " | [Sep 10](Notes/Sep10b.ipynb) | Programming concepts: variables, math, functions | |\n", "3 | Sep 15 | [drawLeaf](Notes/drawLeaf.ipynb), and Pair Programming Activity | Read Chapter 2 |\n", " | Sep 17 | Jigsaw for Processing | Java variables, functions, and loops | [Assignment3](Assignments/Assignment3.ipynb)\n", "4 | Sep 22 | [Spirographics](Lectures/Study%20in%20Spirographics.ipynb) | Read Spirographics and Chapter 3 |\n", " | Sep 24 | | |\n", "5 | Sep 29 | [Animations](Lectures/Bouncing%20Ball%20to%20Angry%20Birds.ipynb) | Read Chapter 4 | [Assignment4](Assignments/Assignment4.ipynb)\n", " | Oct 1 | [Vertex, Shapes, and Rotation](Notes/Oct1.ipynb) | |\n", "6 | Oct 6 | [Visualizations 1](Lectures/Visualization.ipynb) | Read Chapter 5 | \n", " | Oct 8 | Review | [Play Jeopardy!](Notes/JeopardyMidtermReview.ipynb) | Assignment5\n", "7 | Oct 13 | **Fall break - No classes** ||\n", " | Oct 15 | **Fall break - No classes** ||\n", "8 | Oct 20 | Review for Exam 1 | |\n", " | Oct 22 | **Exam 1** | |\n", "9 | Oct 27 | [Object-Oriented Programming](Lectures/Object%20Oriented%20Programming.ipynb) | Read Chapter 6 | [Assignment6](Assignments/Assignment6.ipynb) \n", " | Oct 29 | [State of Mind](Lectures/State%20of%20Mind.ipynb) | [Oct29](Notes/Oct29.ipynb) |\n", "10 | Nov 3 | [Java, Arrays, and Sorting](Lectures/JavaArraysAndSorting.ipynb) | Read Ch. 6 on OOP, Ch. 5 (p. 150 - 155) on Arrays; Ch 7. (p. 250 - 255) on Sorting |\n", " | Nov 5 | [Robot Control](Lectures/Robot%20Control.ipynb) | Chapter 6, Inheritance: Is-a | [Assignment7](Assignments/Assignment7.ipynb)\n", "11 | Nov 10 | [Divide and Conquer](https://athena.brynmawr.edu/jupyter/hub/dblank/public/CS110%20Intro%20to%20Computing/2015-Fall/Notes/Divide%20and%20Conquer%20Strategies.slides.html#/1) | 20 Questions | Classroom exercise\n", " | Nov 12 | [Sorting](Notes/Sorting.ipynb) and [Evolution]() | Ch. 7 Sorting (again) |\n", "12 | Nov 17 | [Image Processing](Lectures/Photoshop-like%20Functions.ipynb) | Read Chapter 9 | [Assignment8](Assignments/Assignment8.ipynb)\n", " | Nov 19 | No class - discussion on diversity | Read Chapter 10 | \n", "13 | Nov 24 | [Image Functions](Notes/Image%20Functions.ipynb) | Read Chapter 8 |\n", " | Nov 26 | **Thanksgiving break - No classes** ||\n", "14 | Dec 1 | Computer Science | [Laura's Foot](Notes/Laura's%20Foot.ipynb) |\n", " | Dec 3 | Computer Science | [Sea Creatures](Notes/Sea%20Creatures.ipynb) [Recursion](Notes/Recursion.ipynb) |\n", "15 | Dec 8 | [Live code review](Notes/Dec8.ipynb) | Review OOP, translate/rotate, arrays |\n", " | Dec 10 | Review | [Mathematical Functions](Notes/Mathematical%20Functions.ipynb) | " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Important Dates\n", "\n", "* Fall Classes Begin: Monday, August 31, 2015\n", "* Labor Day - No Classes: Monday, September 7, 2015\n", "* Fall Break Begins (after last class): Friday, October 9, 2015\n", "* Fall Break Ends (at 8am): Monday, October 19, 2015\n", "* Last day of classes: Thursday, December 10, 2015\n", "* Reading Days: Friday, December 11, 2015\n", "* Exams Begin: Sunday, December 13, 2015\n", "* Exams End (at 12:30pm): Friday, December 18, 2015\n", "* Final Grade Due (at noon): Monday, January 4, 2016" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Text and Software\n", "\n", "_Processing: Creative Coding & Generative Art in Processing 2_ by Ira Greenberg, Dianna Xu, Deepak Kumar, Friends of ed, 2013. Available at the Campus Bookstore. Also at amazon for \\$40.94 \n", "A Kindle eBook is available for those comfortable learning from an eBook (Amazon price is \\$20.00). The Bryn Mawr Bookstore price is $44.99.\n", "\n", "Processing Software (This software is already installed in the Computer Science Lab). The software is also available for your own computer from Processing web site (http://www.processing.org). Download the latest stable 2.X version for your own computer/Operating System.\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Course Policies\n", "\n", "## Participation\n", "\n", "Attendance and active participation are expected in every class. Participation includes asking questions, contributing answers, proposing ideas, and providing constructive comments.\n", "\n", "As you will discover, we are proponents of two-way communication and we welcome feedback during the semester about the course. We are available to answer student questions, listen to concerns, and talk about any course-related topic (or otherwise!). Come to office hours! This helps us get to know you. You are welcome to stop by and chat. There are many more exciting topics to talk about that we won't have time to cover in-class.\n", "\n", "Although computer science work can be intense, please stay in touch with us, particularly if you feel stuck on a topic or project and can't figure out how to proceed. Often a quick e-mail, phone call or face-to-face conference can reveal solutions to problems and generate renewed creative and scholarly energy. It is essential that you begin assignments early, since we will be covering a variety of challenging topics in this course." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Grading\n", "\n", "There will be about seven assignments, weighted equally in the final grading. Assignments must be submitted according to the Assignment Submission instructions. You should pay careful attention to the Code Formatting Standards and Grading Policy when doing your assignments. The grading structure for individual assignments is broken down in the Grading Policy.\n", "\n", "At the end of the semester, final grades will be calculated as a weighted average of all grades according to the following weights:\n", "\n", "Item | Percentage\n", "----- | ---------\n", "Exam 1 | 20%\n", "Exam 2 | 25%\n", "Assignments| 45% \n", "Project | 10%\n", "Total | 100%\n", "\n", "Incomplete grades will be given only for verifiable medical illness or other such dire circumstances." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Submission and Late Policy\n", "\n", "All work must be turned in either in hard-copy or electronic submission, depending on the instructions given in the assignment. E-mail submissions, when permitted, should request a \"delivery receipt\" to document time and date of submission. Extensions will be given only in the case of verifiable medical excuses or other such dire circumstances, if requested in advance and supported by your Academic Dean.\n", "\n", "**No assignment will be accepted after it is past due.**\n", "\n", "**No past work can be \"made up\" after it is due.**" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Exams\n", "\n", "There will be two exams in this course. The exams will be closed-book and closed-notes. The exams will cover material from lectures, homeworks, and assigned readings (including topics not discussed in class)." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Study Groups\n", "\n", "We encourage you to discuss the material and work together to understand it. Here are our thoughts on collaborating with other students:\n", "\n", "* The readings and lecture topics are group work. Please discuss the readings and associated topics with each other. Work together to understand the material. We highly recommend forming a reading group to discuss the material -- we will explore many ideas and it helps to have multiple people working together to understand them.\n", "* It is fine to discuss the topics covered in the homeworks, to discuss approaches to problems, and to sketch out general solutions. However, you MUST write up the homework answers, solutions, and programs individually without sharing specific solutions, mathematical results, program code, etc. If you made any notes or worked out something on a white board with another person while you were discussing the homework, you shouldn't use those notes while writing up your answer.\n", "* You should not show your code to other students before it is submitted. After it has been submitted, we will share and demonstrate code.\n", "* You may discuss high-level code ideas with others.\n", "\n", "If you have any questions as to what types of collaborations are allowed, please feel free to ask." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Reference Links\n", "\n", "* On line reference: http://processingjs.org/reference/\n", "* Grades: http://moodle.brynmawr.edu/\n", "* Jupyter: https://athena.brynmawr.edu/jupyter\n", "* Color wheel: http://www.rapidtables.com/web/color/RGB_Color.htm\n", "* [Rag Dolls and Tapestries](Notes/Rag%20Dolls%20and%20Tapestries.ipynb)" ] } ], "metadata": { "kernelspec": { "display_name": "Calysto Processing", "language": "java", "name": "calysto_processing" }, "language_info": { "codemirror_mode": { "name": "text/x-java", "version": 2 }, "file_extension": ".java", "mimetype": "text/x-java", "name": "java" } }, "nbformat": 4, "nbformat_minor": 0 }